home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 April / EnigmA AMIGA RUN 26 (1998)(G.R. Edizioni)(IT)[!][issue 1998-04].iso / earkit / realaudio / readme.txt < prev   
Text File  |  1998-03-13  |  1KB  |  45 lines

  1. This is based on a file originally downloaded from
  2.  
  3. http://web.ukonline.co.uk/Members/gc.yuen/RA.lha
  4.  
  5. It was altered according to the instructions given by jh@netcom.com, and recompiled
  6. with GCC.
  7.  
  8. To use it, you'll need
  9.  
  10. 1)  An Amiga (what else would you want?)
  11. 2)  A recent ixemul.library (I use 47.2)
  12. 3)  A sampleplayer capable of handling 16-bit, signed raw data, such as:
  13.    a) Play16
  14.    b) AHI
  15.  
  16. Instructions:
  17.  
  18. 1)  Download a .ra file from your favorite source.  It has to be one meant
  19. for playback over a 14.4 modem (don't ask me, I have no idea why, other than that
  20. the compression algorithms must be different).
  21. 2)  Open a shell window.
  22. 3)  If you're using Play16, type
  23.  
  24.     RA myrafile.ra >tempfile
  25.     Play16 tempfile RAW SIGNED BITS 16 FREQ 8000
  26.  
  27. Or, if you want to use AHI, you can type
  28.  
  29.     RA xmasshow.ra >AUDIO:B/16/F/8000/T/SIGNED
  30.  
  31. Voila!  You should now be listening to a RealAudio file on your Amiga!
  32.  
  33. Good luck, and enjoy!
  34.  
  35. Note:  I take no credit whatsoever for this.  I didn't write it, although I wish
  36. that I did.  I just changed a couple of lines, following posted instructions, and
  37. compiled it.
  38.  
  39. Changes:
  40. 1.1   Fixed so that it works with PIPE: for concurrent downloading and playing.
  41.         Thanks Francis!!!
  42.       Changed main()'s return type to int.
  43.       Added an AmigaDOS version string to the beginning.
  44.  
  45.